ElementParameterFilter(IList<FilterRule>, Boolean)
Description:
Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing the given filter rules.
Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing the given filter rules.
Overloads (4):
ElementParameterFilter(IList[FilterRule],Boolean)
public ElementParameterFilter(
IList<FilterRule> filterRules,
bool inverted
)
-
IList<FilterRule>filterRulesThe rules applied to test if the element passes this filter.
-
BooleaninvertedTrue if the filter should match all elements which do not pass the filter rules.
-
The filterRules array is empty or invalid.
-
A non-optional argument was null